home *** CD-ROM | disk | FTP | other *** search
- #! /bin/sh
- # It receive one argument, being the runlevel needed
-
- # Screen blanks after 15 minutes idle time.
- /bin/setterm -blank 15
-
- /bin/netconf --update
- # Update all the shared library links automatically
- /sbin/ldconfig
-
- # Remove stale locks (must be done after mount -a!)
- /bin/rm -f /var/spool/locks/* /var/spool/uucp/LCK..* /tmp/.X*lock 1> /dev/null 2> /dev/null
-
-
- # Start the local setup procedure.
- /etc/rc.d/rc.local $1
-
- # All done.
-